sequential redundancy - определение. Что такое sequential redundancy
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое sequential redundancy - определение

FINANCIAL INCENTIVE OFFERED BY AN ORGANISATION TO ENCOURAGE EMPLOYEES TO VOLUNTARILY RESIGN
Voluntary Redundancy; Redundancy contract
Найдено результатов: 220
Sequential art         
  • [[Eadweard Muybridge]] was interested in what closely-spaced sequential photography could show about motion; his works blur the line between science and art, although they are not proper comics.
CATEGORY OF ART THAT PRESENTS A SEQUENCE; COMICS ARE A PROMINENT EXAMPLE
Sequential Art; Graphic narrative; Graphic literature; Pictorial narrative; Sequential storytelling; Sequential narrative; Narrative illustration; Sequential pictorial narrative; Sequential sculpture; Letteratura disegnata; Graphic storytelling; Sequential literature
In comics studies, sequential art is a term proposed by comics artist Will EisnerWill Eisner, Comics and Sequential Art, Poorhouse Press, 1990 (1st ed.: 1985), p.
Redundancy in United Kingdom law         
RIGHTS OF EMPLOYEES IF THEY ARE DISMISSED FOR ECONOMIC REASONS IN UK LABOUR LAW
User:RichsLaw/Redundancy in English law; Redundancy in English law
Redundancy in United Kingdom law concerns the rights of employees if they are dismissed for economic reasons in UK labour law.
Sequential minimal optimization         
OPTIMIZATION ALGORITHM FOR TRAINING SUPPORT VECTOR MACHINES
Sequential Minimal Optimization
Sequential minimal optimization (SMO) is an algorithm for solving the quadratic programming (QP) problem that arises during the training of support-vector machines (SVM). It was invented by John Platt in 1998 at Microsoft Research.
cyclic redundancy check         
TYPE OF HASH FUNCTION USED TO DETECT ERRORS IN DATA STORAGE OR TRANSMISSION
Cyclic Redundancy Check; FCS-32; Cyclic redundancy code; CRC16; Crc64; Crc32 mpeg2; Crc16; Cyclic redundancy checks; CRC-24; CRC-16; CRC-8; CRC-64; Cyclical redundancy checking; CRC-CCITT; CRC-12; Crc32c; CRC32c; CRC8; Cyclic redundancy; Cyclic redundancy checksum; CRC-32C; CRC-32K; CRC check; CRC Values; Polynomial representations of cyclic redundancy checks; Polynomial CRC representations; List of CRC polynomials
<algorithm> (CRC or "cyclic redundancy code") A number derived from, and stored or transmitted with, a block of data in order to detect corruption. By recalculating the CRC and comparing it to the value originally transmitted, the receiver can detect some types of transmission errors. A CRC is more complicated than a checksum. It is calculated using division either using shifts and exclusive ORs or table lookup (modulo 256 or 65536). The CRC is "redundant" in that it adds no information. A single corrupted bit in the data will result in a one bit change in the calculated CRC but multiple corrupted bits may cancel each other out. CRCs treat blocks of input bits as coefficient-sets for polynomials. E.g., binary 10100000 implies the polynomial: 1*x^7 + 0*x^6 + 1*x^5 + 0*x^4 + 0*x^3 + 0*x^2 + 0*x^1 + 0*x^0. This is the "message polynomial". A second polynomial, with constant coefficients, is called the "generator polynomial". This is divided into the message polynomial, giving a quotient and remainder. The coefficients of the remainder form the bits of the final CRC. So, an order-33 generator polynomial is necessary to generate a 32-bit CRC. The exact bit-set used for the generator polynomial will naturally affect the CRC that is computed. Most CRC implementations seem to operate 8 bits at a time by building a table of 256 entries, representing all 256 possible 8-bit byte combinations, and determining the effect that each byte will have. CRCs are then computed using an input byte to select a 16- or 32-bit value from the table. This value is then used to update the CRC. Ethernet packets have a 32-bit CRC. Many disk formats include a CRC at some level. (1997-08-02)
cyclic redundancy code         
TYPE OF HASH FUNCTION USED TO DETECT ERRORS IN DATA STORAGE OR TRANSMISSION
Cyclic Redundancy Check; FCS-32; Cyclic redundancy code; CRC16; Crc64; Crc32 mpeg2; Crc16; Cyclic redundancy checks; CRC-24; CRC-16; CRC-8; CRC-64; Cyclical redundancy checking; CRC-CCITT; CRC-12; Crc32c; CRC32c; CRC8; Cyclic redundancy; Cyclic redundancy checksum; CRC-32C; CRC-32K; CRC check; CRC Values; Polynomial representations of cyclic redundancy checks; Polynomial CRC representations; List of CRC polynomials
Cyclic redundancy check         
TYPE OF HASH FUNCTION USED TO DETECT ERRORS IN DATA STORAGE OR TRANSMISSION
Cyclic Redundancy Check; FCS-32; Cyclic redundancy code; CRC16; Crc64; Crc32 mpeg2; Crc16; Cyclic redundancy checks; CRC-24; CRC-16; CRC-8; CRC-64; Cyclical redundancy checking; CRC-CCITT; CRC-12; Crc32c; CRC32c; CRC8; Cyclic redundancy; Cyclic redundancy checksum; CRC-32C; CRC-32K; CRC check; CRC Values; Polynomial representations of cyclic redundancy checks; Polynomial CRC representations; List of CRC polynomials
A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.
Voluntary redundancy         
Voluntary redundancy (VR) is a financial incentive offered by an organisation to encourage employees to voluntarily resign, reed.co.
Sequential analysis         
STATISTICAL ANALYSIS WHERE THE SAMPLE SIZE IS NOT FIXED IN ADVANCE
Statistical sequential analysis; Sequential testing; Sequential sampling; Sequential hypothesis testing
In statistics, sequential analysis or sequential hypothesis testing is statistical analysis where the sample size is not fixed in advance. Instead data are evaluated as they are collected, and further sampling is stopped in accordance with a pre-defined stopping rule as soon as significant results are observed.
Sequential time         
Sequential times; Sequential Day
A sequential time is one in which the numbers form a normal sequence, such as 1:02:03 4/5/06 (two minutes and three seconds past 1 am on 4 May 2006 (or April 5, 2006 in the United States) or the same time and date in the "06" year of any other century). Short sequential times such as 1:23:45 or 12:34:56 appear every day.
Sequential access         
  • Sequential access compared to [[random access]]
METHOD OF RETRIEVING AND PROCESSING INFORMATION IN THE ORDER STORED
Serial access; Sequential access method; Sequential read; Sequential write; Sequential I/O; Sequential memory access
Sequential access is a term describing a group of elements (such as data in a memory array or a disk file or on magnetic tape data storage) being accessed in a predetermined, ordered sequence. It is the opposite of random access, the ability to access an arbitrary element of a sequence as easily and efficiently as any other at any time.

Википедия

Voluntary redundancy

Voluntary redundancy (VR) is a financial incentive offered by an organisation to encourage employees to voluntarily resign, typically in downsizing or restructuring situations. The purpose is to avoid compulsory redundancies or layoffs.